gtkplacesview: bail out if operation cancelled
authorCarlos Soriano <csoriano@gnome.org>
Fri, 21 Aug 2015 17:57:07 +0000 (19:57 +0200)
committerCarlos Soriano <csoriano@gnome.org>
Fri, 21 Aug 2015 17:58:52 +0000 (19:58 +0200)
commit00b17651b1d00cdaf60c7d75fcd5fc4945812361
tree7a128df9904b5b1bb0c1575ea96abe32c87d1f5b
parent232ab9d30de5881ab085cb0b721286d12485f6ad
gtkplacesview: bail out if operation cancelled

When an operation is cancelled it's never safe to access
the object itself or the private struct, since it could be
called (and probably is) during finalize.

In case the operation is cancelled, just bail out to fix
the crashes.
gtk/gtkplacesview.c